* xfaces.el (face-equal): Doc fix.
authorJim Blandy <jimb@redhat.com>
Wed, 19 May 1993 19:48:38 +0000 (19:48 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 19 May 1993 19:48:38 +0000 (19:48 +0000)
lisp/faces.el

index 404086853556708335a457270b547d2fde2df77a..8bc600cf880b8221592aa97d96311692da4358f1 100644 (file)
@@ -308,7 +308,7 @@ Otherwise it applies to each frame separately."
     new-face))
 
 (defun face-equal (face1 face2 &optional frame)
-  "True if the faces FACE1 and FACE2 display in the the same way."
+  "True if the faces FACE1 and FACE2 display in the same way."
   (setq face1 (internal-get-face face1 frame)
        face2 (internal-get-face face2 frame))
   (and (equal (face-foreground face1 frame) (face-foreground face2 frame))